home *** CD-ROM | disk | FTP | other *** search
- stop();
- if(ai_01.ag._currentframe == 2 || ai_01.ag._currentframe == 3 || ai_01.ag._currentframe == 4 || ai_01.ag._currentframe == 5)
- {
- ai_01.m.gotoAndPlay("m1");
- }
- else if(ai_01.eye._currentframe == 7 || ai_01.eye._currentframe == 8 || ai_01.eye._currentframe == 9 || ai_01.eye._currentframe == 10)
- {
- ai_01.m.gotoAndPlay("m1");
- }
- else if(ai_01.lip._currentframe == 7 || ai_01.lip._currentframe == 8 || ai_01.lip._currentframe == 9 || ai_01.lip._currentframe == 10)
- {
- ai_01.m.gotoAndPlay("m1");
- }
- else if(ai_01.eye_i._currentframe == 7 || ai_01.eye_i._currentframe == 8 || ai_01.eye_i._currentframe == 9 || ai_01.eye_i._currentframe == 10 || ai_01.eye_i._currentframe == 11 || ai_01.eye_i._currentframe == 12 || ai_01.eye_i._currentframe == 13 || ai_01.eye_i._currentframe == 14 || ai_01.eye_i._currentframe == 15)
- {
- ai_01.m.gotoAndPlay("m1");
- }
- else if(ai_01.up._currentframe == 1 && ai_01.down._currentframe == 1 && ai_01.sh._currentframe == 1)
- {
- ai_01.m.gotoAndPlay("m3");
- }
- else
- {
- ai_01.m.gotoAndPlay("m2");
- }
- var game_name = "R000104";
- var Objstring = game_name + "R400000R270000";
- var ObjLst = ["unsan","ht","glra","ea","head","bag","neck","joki","two","thr","pant","gudo","ra"];
- folderName = [14,15,16,17,18,19,20,21,22,23,24,25,26];
- var game_value = "R";
- trace(objLst);
- var i = 0;
- while(i < ObjLst.length)
- {
- var objName = ObjLst[i];
- var objNum = ai_01[objName]._currentframe - 1;
- if(objNum != 0)
- {
- Objstring = Objstring + "R" + folderName[i] + "000" + objNum;
- }
- i++;
- }
- trace("Objstring=" + Objstring);
- getURL("JavaScript:AvatarJoin(\'" + Objstring + "\',\'" + game_value + "\')","");
-